Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the dev-dependencies group with 7 updates:

Package From To
friendsofphp/php-cs-fixer 3.88.2 3.89.1
glpi-project/tools 0.8.1 0.8.3
phpstan/phpstan 2.1.29 2.1.31
phpunit/phpunit 11.5.42 11.5.43
rector/rector 2.1.7 2.2.7
symfony/debug-bundle 6.4.13 6.4.27
symfony/web-profiler-bundle 6.4.25 6.4.27

Updates friendsofphp/php-cs-fixer from 3.88.2 to 3.89.1

Release notes

Sourced from friendsofphp/php-cs-fixer's releases.

v3.89.1 Folding Bike

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.89.0...v3.89.1

v3.89.0 Folding Bike

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from friendsofphp/php-cs-fixer's changelog.

Changelog for v3.89.1

  • fix: ComposerJsonReader - fix handling asterisk (#9166)
  • docs: cookbook - update to mention custom fixer option (#9164)
  • DX: add links in cookbook_fixers.rst (#9162)
  • deps: upgrade phpcompatibility/* to alpha of next MAJOR instead of using dev branch, plus other minor upgrades (#9163)

Changelog for v3.89.0

  • feat: autofix "no-return" phpdoc type to "never" (#9073)
  • feat: support keeping strict_types=0 in DeclareStrictTypesFixer (#9121)
  • feat: NoUnneededBracesFixer - remove unneeded braces from imports (#9118)
  • fix: FullyQualifiedStrictTypesFixer - replacing the real FQCN with a non-existent one (#8962)
  • fix: PhpdocToCommentFixer on property hooks (#9123)
  • fix: PhpUnitMethodCasingFixer to not cause a duplicate method declaration (#9124)
  • fix: StaticLambdaFixer - do not make function static when it contains anonymous class having $this in the constructor (#9088)
  • fix: UseArrowFunctionsFixer - do not produce two consecutive whitespace tokens (#9151)
  • UX: better gitlab reporting - add content field (#9152)
  • UX: better gitlab reporting - more user-friendly description field (#9141)
  • UX: better gitlab reporting for location.lines (#9149)
  • UX: Warn if executed php version is higher than the minimum php version defined in composer.json (#9134)
  • chore: add UX title pattern (#9132)
  • chore: explicitly use php interpreter for paraunit (#9126)
  • chore: extend composer scripts (#9127)
  • chore: fix shellcheck installation for Darwin (#9125)
  • chore: replace PHPDocs with assert calls (#9144)
  • deps: bump crate-ci/typos from 1.36.3 to 1.38.1 (#9136)
  • deps: bump phpstan/phpstan from 2.1.29 to 2.1.31 in /dev-tools in the phpstan group (#9129)
  • deps: bump shipmonk/dead-code-detector from 0.13.3 to 0.13.4 in /dev-tools (#9135)
  • deps: bump shipmonk/dead-code-detector from 0.13.4 to 0.13.5 in /dev-tools (#9146)
  • deps: bump the phpstan group across 1 directory with 2 updates (#9101)
  • deps: use shipmonk/composer-dependency-analyser instead of icanhazstring/composer-unused and maglnet/composer-require-checker (#9106)
  • docs: fix docs for @autoPHPUnitMigration:riskyset (#9147)
  • docs: improve descriptions for NoTrailingWhitespace* fixers (#9117)
  • docs: more explicit docs on --rules (#9114)
  • docs: update usage documentation for describe --expand and @ (#9119)
  • DX: Fix composer qa script (#9138)
  • refactor: --option value => --option=value (#9131)
  • test: Fix result randomness in RunnerTest for MacOS (#9139)
Commits
  • f34967d prepared the 3.89.1 release
  • 65eb712 fix: ComposerJsonReader - fix handling asterisk (#9166)
  • a2a5aee docs: cookbook - update to mention custom fixer option (#9164)
  • 1aa1db2 DX: add links in cookbook_fixers.rst (#9162)
  • 2459d9a deps: upgrade phpcompatibility/* to alpha of next MAJOR instead of using de...
  • e70478f bumped version
  • 4dd6768 prepared the 3.89.0 release
  • 949f42c feat: NoUnneededBracesFixer - remove unneeded braces from imports (#9118)
  • 141f70d UX: better gitlab reporting - more user-friendly description field (#9141)
  • c7b8f8a UX: better gitlab reporting - add content field (#9152)
  • Additional commits viewable in compare view

Updates glpi-project/tools from 0.8.1 to 0.8.3

Changelog

Sourced from glpi-project/tools's changelog.

[0.8.3] - 2025-10-14

  • Remove dev tools config files from release archives.

[0.8.2] - 2025-10-10

  • Fix tar file long paths
Commits

Updates phpstan/phpstan from 2.1.29 to 2.1.31

Commits

Updates phpunit/phpunit from 11.5.42 to 11.5.43

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.5.43

Changed

  • Skipped tests alone no longer lead to a yellow background for the test result summary

Fixed

  • #6391: Errors during backup of global variables and static properties are not reported

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.
Changelog

Sourced from phpunit/phpunit's changelog.

[11.5.43] - 2025-10-30

Changed

  • Skipped tests alone no longer lead to a yellow background for the test result summary

Fixed

  • #6391: Errors during backup of global variables and static properties are not reported
Commits

Updates rector/rector from 2.1.7 to 2.2.7

Release notes

Sourced from rector/rector's releases.

Released Rector 2.2.7

New Features 🥳

  • [type-declaration] Add ReturnIteratorInDataProviderRector (#7593)
  • [type-declarations] Add TypedStaticPropertyInBehatContextRector (#7596)
  • [DeadCode] Register RemoveNullArgOnNullDefaultParamRector to dead code set (#7597)
  • [php 8.5] Split of nested functions calls to pipe operator in a new standalone rule (#7603)

Bugfixes 🐛

  • always add nullable on TypedPropertyFromJMSSerializerAttributeTypeRector as serializer does not use constructor (#7599)
  • [Php81] Skip callable param union on FunctionLikeToFirstClassCallableRector (#7589)
  • [CodeQuality] Skip ArrayDimFetch with BitwiseXor on CombinedAssignRector (#7590)
  • [Php84] Skip variable extraction with return early on ForeachToArrayAllRector (#7591)
  • [PHP 8.5] rename NestedToPipeOeratorRector to SequentialAssignmentsToPipeOperatorRector, handle only assigns, not nested calls (#7588)
  • [Php81] Skip as Arg of non-native function call on FunctionLikeToFirstClassCallableRector (#7592)
  • skip different args passed to call-like and required by arrow function in FunctionLikeToFirstClassCallableRector (#7594)
  • handle public properties in TypedPropertyFromJMSSerializerAttributeTypeRector as nullable (#7595)
  • skip to many in /TypedPropertyFromJMSSerializerAttributeTypeRector (#7598)
  • skip refernce one as well in /TypedPropertyFromJMSSerializerAttributeTypeRector (rectorphp/rector-src@842aa94)
  • split TypedPropertyFromJMSSerializerAttributeTypeRector to scalar and object types (#7602)
  • Don't require parentheses for short-ternaries (#7604), Thanks @​martinstuecklschwaiger!

rectorphp/rector-symfony 🎵

  • [Configs] Skip first class callable on RemoveConstructorAutowireServiceRector (#858)

rectorphp/rector-phpunit 🟢

  • [depre] Deprecate SetUpBeforeClassToSetUpRector as can break code easily (#567)

Released Rector 2.2.6

New Features 🥳

  • [PHP 8.5] Add NestedToPipeOperatorRector (#7577)
  • [code-quality] Add DirnameDirConcatStringToDirectStringPathRector (#7552)
  • [dead-code] Add RemoveNullArgOnNullDefaultParamRector (#7562)
  • register AddClosureParamTypeFromIterableMethodCallRector to type declaration set (rectorphp/rector-src@4d78f41)
  • register AddParamArrayDocblockBasedOnCallableNativeFuncCallRector in type declaration docblocks (rectorphp/rector-src@80f7db8)

... (truncated)

Commits
  • 0220385 Rector 2.2.7
  • 8a8f009 Updated Rector to commit 2ed3aa83d8300798973e480e52c9c2ddd7fa6d00
  • 553a28f Updated Rector to commit 8376d26987ca4f6fc36f779b84c04d71900e14ac
  • 32b9ebf Updated Rector to commit c010b0244dd064fde1351141906f88fd1df20114
  • f109ac8 Updated Rector to commit 2415d9d1c79bf7c6d1e7124ff14e725b9c214ca2
  • 214ed0a Updated Rector to commit 31f46dd2fd98fe1c4f371419dde0e6c7ab105e40
  • 568d527 Updated Rector to commit 808531bbcd27891a6f6fcbde3fc411827f615c9b
  • 1e0e9eb Updated Rector to commit 119341253b6c0ca6c2db6bc98172280f5ccf1b81
  • 497e9ab Updated Rector to commit 119341253b6c0ca6c2db6bc98172280f5ccf1b81
  • 711df60 Updated Rector to commit fbc3df902d3599e7c3e6f9e6bf6829516ceb3523
  • Additional commits viewable in compare view

Updates symfony/debug-bundle from 6.4.13 to 6.4.27

Release notes

Sourced from symfony/debug-bundle's releases.

v6.4.27

Changelog (symfony/debug-bundle@v6.4.26...v6.4.27)

Commits
  • 21a61c5 [DebugBundle] Wire DumpDataCollector's webMode argument
  • See full diff in compare view

Updates symfony/web-profiler-bundle from 6.4.25 to 6.4.27

Release notes

Sourced from symfony/web-profiler-bundle's releases.

v6.4.27

Changelog (symfony/web-profiler-bundle@v6.4.26...v6.4.27)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.88.2` | `3.89.1` |
| [glpi-project/tools](https://github.com/glpi-project/tools) | `0.8.1` | `0.8.3` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source) | `2.1.29` | `2.1.31` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `11.5.42` | `11.5.43` |
| [rector/rector](https://github.com/rectorphp/rector) | `2.1.7` | `2.2.7` |
| [symfony/debug-bundle](https://github.com/symfony/debug-bundle) | `6.4.13` | `6.4.27` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `6.4.25` | `6.4.27` |


Updates `friendsofphp/php-cs-fixer` from 3.88.2 to 3.89.1
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.88.2...v3.89.1)

Updates `glpi-project/tools` from 0.8.1 to 0.8.3
- [Changelog](https://github.com/glpi-project/tools/blob/develop/CHANGELOG.md)
- [Commits](glpi-project/tools@0.8.1...0.8.3)

Updates `phpstan/phpstan` from 2.1.29 to 2.1.31
- [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits)

Updates `phpunit/phpunit` from 11.5.42 to 11.5.43
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.5.43/ChangeLog-11.5.md)
- [Commits](sebastianbergmann/phpunit@11.5.42...11.5.43)

Updates `rector/rector` from 2.1.7 to 2.2.7
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.1.7...2.2.7)

Updates `symfony/debug-bundle` from 6.4.13 to 6.4.27
- [Release notes](https://github.com/symfony/debug-bundle/releases)
- [Changelog](https://github.com/symfony/debug-bundle/blob/7.3/CHANGELOG.md)
- [Commits](symfony/debug-bundle@v6.4.13...v6.4.27)

Updates `symfony/web-profiler-bundle` from 6.4.25 to 6.4.27
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/7.3/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v6.4.25...v6.4.27)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.89.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: glpi-project/tools
  dependency-version: 0.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan
  dependency-version: 2.1.31
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: phpunit/phpunit
  dependency-version: 11.5.43
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: rector/rector
  dependency-version: 2.2.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: symfony/debug-bundle
  dependency-version: 6.4.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: symfony/web-profiler-bundle
  dependency-version: 6.4.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 1, 2025
@cedric-anne
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 5, 2025
@dependabot dependabot bot deleted the dependabot/composer/main/dev-dependencies-3110d588f0 branch November 5, 2025 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants